home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
cafe
/
ultslots.dir
/
00276.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
232 b
|
12 lines
on mouseUp
global end, vidCredits, viewed
if (the movieTime of sprite 5 > (end - 100)) or (viewed = 1) then
unsetQT(5)
if vidCredits > 0 then
go(marker(1))
else
go("VIDROOM EXIT")
end if
end if
end